CommandData
import { CommandData } from "@hyper-fetch/core"
Description
Defined in command/command.types.ts:166
Preview
type CommandData<RequestDataType,MappedData> = (MappedData extends never ? RequestDataType : MappedData) | NegativeTypes;
Structure
MappedData extends never ? RequestDataType : MappedData | \null\ | \undefined\